home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / UTILITIE / CPU_MEMO / 2363.ZIP / GRAPHICS.DOC < prev    next >
Text File  |  1990-11-11  |  4KB  |  108 lines

  1. GRAPHICS 1.0  Documentation  
  2. (C) Copyright 1987 Biologic Company; ALL RIGHTS RESERVED  
  3.  
  4. Biologic Company           Represented in the U.K. by
  5. P.O. Box 1267              The Thompson Partnership
  6. Manassas, Virginia         10, Church Croft,  
  7. 22110                      Bramshall,
  8. 703-368-2949               UTTOXETER,
  9.                            Staffs ST14 5DE 
  10.  
  11.  
  12. INTRODUCTION  
  13.  
  14. The set of macro routines in graphics.wk1 provide a way to enter IBM standard
  15. graphics characters in Lotus 1-2-3 worksheets, and use them in any combination
  16. to create graphics such as boxes, diagrams, and charts.  The macros have been
  17. designed so that characters can be created easily and quickly, without
  18. disrupting the normal operation of 1-2-3.
  19.  
  20.  
  21. Requirements
  22.  
  23. Graphics.wk1 requires Lotus 1-2-3 Release 2.
  24. INSTALLATION
  25.  
  26. To display graphics characters in Lotus 1-2-3 you must use a driver set with
  27. the text display installed as "Universal Test Display -ASCII- No LICS".  It is
  28. not necessary to install a graphics display or change it if one has been
  29. installed.
  30.  
  31.      Procedure
  32.  
  33.      Step 1.  Start the Lotus 1-2-3 Install program as described in the 1-2-3
  34.      manual.
  35.  
  36.      Step 2.  Select "Advanced Options".
  37.  
  38.      Step 3.  Select "Modify Current Driver Set".
  39.  
  40.      Step 4.  Select "Text Display".
  41.  
  42.      Step 5.  Select "Universal Text Display -ASCII- No LICS".
  43.  
  44.      Step 6.  Select "Return to menu".
  45.  
  46.      Step 7.  Select "Save Changes".
  47.  
  48.      Step 8.  Press ENTER to save this driver set as "123.set" or enter a new
  49.      name if you'd like to keep your original driver set.
  50.  
  51.      (note: If your new driver set is not named "123.set" you should specify it
  52.      on the command line when starting 1-2-3 (i.e., 123 graphics))
  53.  
  54.      Step 9.  Exit the Install program.
  55. USING GRAPHICS.WK1
  56.  
  57. The 4 macros contained in graphics.wk1 -- \Z, \X, \C, and \V -- are all used in
  58. the same way.  When invoked, each displays a list of characters.  Choose a
  59. character by pressing its corresponding number and ENTER, and either select a
  60. range to fill with the character or press ENTER to put the character in the
  61. current cell only.  Each macro displays a different set of characters; select
  62. \Z for single line graphics, \X for double line, \C for single line and double
  63. line combinations, and \V for block symbols.
  64.  
  65. To use any of these macros in a new worksheet, retrieve the file graphics.wk1 
  66. first.  Leave the routines in the upper-left hand corner, or move them anywhere
  67. you wish, but be sure not to insert any rows or columns within them.  If you
  68. move the macros by inserting rows or columns, recalculate your worksheet.
  69.  
  70.      Example
  71.  
  72.      To draw a box with single lines:
  73.  
  74.      Step 1.  Start a new worksheet by retrieving graphics.wk1.
  75.  
  76.      Step 2.  Move the cellpointer to an open area of the worksheet.
  77.  
  78.      Step 3.  Press Alt-Z, 3, and ENTER.  Press ENTER again to put an upper-
  79.      left corner in the current cell.
  80.  
  81.      Step 4.  Move the cellpointer 1 cell to the right.  Press Alt-Z, 1, and
  82.      ENTER.  Move the cellpointer a few cells to the right.  Press ENTER to put
  83.      a horizontal line in each of the marked cells.
  84.  
  85.      Step 5.  Continue by selecting appropriate characters, marking the range
  86.      to fill, and pressing ENTER.
  87. NOTES
  88.  
  89. o    The recalculation method should be set to Manual when using Graphics.wk1.
  90.  
  91. o    The macros in graphics.wk1 position characters within a cell using the
  92.      @cell() function.  If you adjust the width of a column that has graphics
  93.      characters, they will be repositioned and their length adjusted when the
  94.      worksheet is recalculated.  Although you can use the Range Value command
  95.      to convert the formulas to actual character strings, they will not be
  96.      adjusted when column width is changed.  Do not convert the character
  97.      formulas to strings if you intend to print the worksheet using Gprint.
  98.      
  99. o    Graphics.wk1 can be incorporated into a worksheet at any location using
  100.      the File Combine command.  After you have used File Combine Text to read
  101.      graphics.wk1, put the cellpointer at the cell with the label "\x" and use
  102.      the Range Name Label Right command to turn all of the labels in that
  103.      column into range names.  Then recalculate your worksheet.
  104.  
  105. o    All range names begin with "gr" to limit conflicts with other range names
  106.      in your worksheet.
  107.  
  108.